There was an comma missing at side_flip_strength. Here the correct code:
{
-- One of Sonic's slowest but strongest friends!
name = "Big The Cat",
gravity = 115,
back_flip_strength = 120,
side_flip_strength = 120,
ground_pound_antecipation_speed_up = 'immediately',
ground_pound_jump_on = true...