Thanks, confirmed. We've been having some trouble with the portion of the build script that adds the SQL query updates to the updater for new builds, and apparently it's still not working correctly. Looking into it.
For the meantime you can run these two SQL queries against your database to fix it:
ALTER TABLE rpchosts ADD hostname VARCHAR(255) NOT NULL DEFAULT '';
ALTER TABLE accounts ADD rawconfig TINYINT UNSIGNED NOT NULL DEFAULT 0;