No need to add a script manager as it's already added by default because it is used by Kentico. Just add your update panels or just leave it as is and set the Use Update Panel property on the webpart to True.
You can also use the following control:
<cms:CMSUpdatePanel ID="pnlUpdate" runat="server">
<ContentTemplate></ContentTemplate>
</cms:CMSUpdatePanel>