Run these SQL statements in phpMyAdmin:
ALTER TABLE `pcms2_contents` ADD `ContentDataType` VARCHAR(32) NULL
ALTER TABLE `pcms2_contenthistory` ADD `HistoryContentDataType` VARCHAR(32) NULL
I'm in the middle of adding a data type setting for content and those columns are being referred to in the code even though they aren't exposed yet.