The MySql script for 0.0.1.2.config should have added that column during setup. The content of that upgrade script is as follows:
ALTER TABLE sts_WebForm ADD COLUMN `TotalPages` int(11);
UPDATE sts_WebForm
SET TotalPages = 1;
The script is located under /Setup/applications/sts-FormWizardPro/SchemaUpgradeScripts/mysql