Hi polyname,
I had the same problem and currently fixed it by patching this customizr file:
./public_html/wp-content/themes/customizr/inc/parts/class-content-post_metas.php
I replaced the following line:
// $tag_list = $this -> tc_tag_list();
with this line:
$tag_list = get_the_tag_list( ”, __( ‘, ‘, ‘twentytwelve’ ) );