Your first error is most probably due to the warnings column not being created in the user table. Add it manually, running this query:
Code:
ALTER TABLE `".TABLE_PREFIX."user` add `warnings` int(5) default '0'
As for your second issue, have you set up your Warning Options properly, as far as the admin/mod/smod user groups?
You must first define your options, before you can run the program.