Hi,
Pull the repo again. Sorry for the trouble.
If you don't want to pull the repo, you can add the missed column by running the following against your mysql database.
ALTER TABLE `mp_ModuleDefinitions`
ADD COLUMN `SkinFileName` varchar(255) AFTER `PartialView`;
Thanks,
Joe