Seems like your source is newer than your database, maybe the PEQ Daily Dump you grabbed wasn't updated to when they added a new column to the npc_types table:
Code:
ALTER TABLE `npc_types` ADD `raid_target` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `no_target_hotkey`;