How do I combine my shortcodes?

Change st_paragraph() to this:

function st_paragraph( $atts, $content = null ) {
    return '<p class="first-paragraph">'.do_shortcode($content).'</p>';
}

See Codex documentation.