Can you report back what you get if you run:
sqlite3 ~/.smartcoin/smartcoin.db ".schema profile"
I'm thinking that you don't have all of the schema updates....
Funny, the error messages seem to have disappeared, but just in case they decide to reappear, here's the output that you asked for:
CREATE TABLE profile (pk_profile integer primary key autoincrement, fk_machine int, name varchar(30),
auto_allow bool, down bool NOT NULL DEFAULT(0), failover_order int NOT NULL DEFAULT(0));
Thanks for implementing the failover profile so quickly, btw. Much appreciated!