as far as getting past the installer upgrade and maintaining the selected country settings I made this alteration to the installer code:
zc_install\sql\mysql_upgrade_zencart_151_to_152.sql
from
ALTER TABLE countries ADD status tinyint(1) DEFAULT '1';
to
ALTER TABLE countries CHANGE countries_active status tinyint(1) DEFAULT '1';