Child theme within a child theme?

You can add a custom functions.php to your child theme. As long as it’s in the child theme folder, it will not be overwritten when you update the parent theme.

See http://codex.wordpress.org/Child_Themes. Read the section “Using functions.php”